library("tidyverse")── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
<<<<<<< HEAD
✔ dplyr 1.1.2 ✔ readr 2.1.4
✔ forcats 1.0.0 ✔ stringr 1.5.0
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.2 ✔ tidyr 1.3.0
=======
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
>>>>>>> 699999d22ef3924c75c3e00c6bd1c63a41c81270
✔ purrr 1.0.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library("here")here() starts at /net/pupil1/home/people/s233426/22160/r_for_bio_data_science/projects/group_09_project
=======
here() starts at /home/marco/group_09_project
>>>>>>> 699999d22ef3924c75c3e00c6bd1c63a41c81270
library("ggridges")
library("patchwork")
library("viridis")Loading required package: viridisLite
library("table1")
Attaching package: 'table1'
The following objects are masked from 'package:base':
units, units<-
source("99_proj_func.R")